home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / c / sozobon / sozuti09.zoo / sozdistr / doc / binary.doc / make.chg < prev    next >
Encoding:
Text File  |  1995-09-03  |  1.1 KB  |  41 lines

  1.  @(#)make.chg, SozobonX make v2.01 Jan 12 1995 jerry geiger
  2. Sep 02 1995 (VS)
  3. version 2.05
  4.     system()/ststuff.c: really print out exit code on Pexec() failure
  5.  
  6. Mar 30 1995
  7. version 2.04
  8.     bugs fixed with commandline arguments 
  9.     new automatic macros $(MAKE) and $(MAKEFLAGS)
  10.     new commandline option -L (line buffer size)
  11.  
  12. Feb 18 1995
  13. version 2.00
  14.     bugs fixed: with phony targets, testing automatic dependencies
  15.     
  16. Jan 12 1995
  17. version 2.00
  18.  
  19.     phony target .STRIPPATH
  20.     if present in the makefile automatic dependencies are made
  21.     by stripping the path from targets first:
  22.     the target "fpuvers\main.o" will be made from the file "main.c"
  23.  
  24. Nov 20 1994
  25. version 1.9
  26.  
  27.     special variable syntax %(...) for automatic dependencies:
  28.     The special syntax "%" is needed to force make to expand this
  29.     macro for every target, cause dependencies are usually expanded
  30.     only one time, when reading them.
  31.     $OBJS1: %(*F) $HEADER1
  32.         $(CC) ....
  33.     every taret in $OBJS1 will be made from a file without the target's
  34.     path component e.g.:
  35.     the target "fpuvers\main.o" will be made from the file "main.c"
  36.  
  37.  
  38.     include bug fixed (main target sometimes set from include file)
  39.  
  40. version 1.8
  41.